home *** CD-ROM | disk | FTP | other *** search
Makefile | 1994-08-02 | 388 b | 20 lines |
- #!smake
-
- include $(ROOT)/usr/include/make/commondefs
-
- TARGETS = bufferglm bufferglx
-
- # debugging, add the "-g" flag to the LCOPTS line
- LCOPTS = -xansi -D__STDC__
- CVERSION=
-
- all defaults: $(TARGETS)
-
- include $(COMMONRULES)
-
- bufferglm: $@.c
- $(CCF) $@.c -o $@ $(LDFLAGS) -lXirisw -lXm -lXt -lsphere -lgl -lm -lX11 -lPW
-
- bufferglx: $@.c
- $(CCF) $@.c -o $@ $(LDFLAGS) -lsphere -lgl -lm -lX11
-